Click or drag to resize

SipClientSendResponse Method (Response)

Sends response to a client or server.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Response SendResponse(
	Response response
)

Parameters

response
Type: Independentsoft.SipResponse
A Response to send.

Return Value

Type: Response
The Response sent.
See Also